SuccessChanges

Summary

  1. bitmap: handle failure to extend bitmap in list_sscanf() (details)
  2. dist: fix a possible name leak when failing to add a distance (details)
  3. linux: fix the prototype of our get_mempolicy syscall wrapper (details)
  4. linux/dt: handle another failure case in hwloc_read_unit32be() (details)
  5. Add some assertions to silence static analysis tools (details)
  6. xml/import: fix an error case during import (details)
  7. xml/import/diff: factorize some code (details)
Commit 6ca59d6d2f63b87d774b12c471b840004b13d790 by brice.goglin
bitmap: handle failure to extend bitmap in list_sscanf()
Thanks to Jonathan Peyton for the patch, found by klocwork.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 9294f5dffea47776b8e2ed33d09d01d7d4cf4445)
The file was modifiedhwloc/bitmap.c (diff)
Commit 671c5899c3db6abe9368dd6edbbdd855f97edb33 by brice.goglin
dist: fix a possible name leak when failing to add a distance
Thanks to Jonathan Peyton for the patch, found by klocwork
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 872cc4581fb83a83b37d480f9930b86920a83d98)
The file was modifiedhwloc/distances.c (diff)
Commit 479a7e1b205ccea83cebc6fa5a97f0f36a72f99d by brice.goglin
linux: fix the prototype of our get_mempolicy syscall wrapper
Thanks to Jonathan Peyton for the patch.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 087a43dbdeb9b78439edd6921c04f143c28da452)
The file was modifiedhwloc/topology-linux.c (diff)
Commit 20c6cce715d7835bd578c28296c6fd4221f6771c by brice.goglin
linux/dt: handle another failure case in hwloc_read_unit32be()
Thanks to Jonathan Peyton for the patch, found by klocwork.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit c7c28a0df89fcc4f965ea45b481effb2d31f1253)
The file was modifiedhwloc/topology-linux.c (diff)
Commit 0da4f0ab7c63a249872c6cafe812c5bd13d8a8e7 by brice.goglin
Add some assertions to silence static analysis tools
Thanks to Jonathan Peyton for the patch
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 93f20fce9eca85521ee3bb46cebd3951d44b5f56)
The file was modifiedhwloc/topology.c (diff)
The file was modifiedhwloc/topology-xml.c (diff)
The file was modifiedhwloc/topology-synthetic.c (diff)
Commit 54511cc0e1b29d6cd7355bd5677c4a1ee43b59a2 by brice.goglin
xml/import: fix an error case during import
Thanks to Jonathan Peyton for the patch, found by klocwork.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 4e066a1b4dcd923eff5069b3a614f8a00c13c2c1)
The file was modifiedhwloc/topology-xml.c (diff)
Commit 27c0725aef3aadab714b1218fa1f3a4bd177ec91 by brice.goglin
xml/import/diff: factorize some code
Thanks to Jonathan Peyton for the patch, found by klocwork.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit 43bbd5f6ba50f1dc550ede87b4a52f62a1f77744)
The file was modifiedhwloc/topology-xml.c (diff)