]> git.pld-linux.org Git - packages/popt.git/commit
- added alias-argc patch: don't require sentinel in alias argv (argc should be enough) auto/th/popt-1.17-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Dec 2018 10:14:43 +0000 (11:14 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Dec 2018 10:14:43 +0000 (11:14 +0100)
commite130537da5589f6bd8aa081658ad849ff12003bd
tree1798bc9f132d5d431c0ac9b53aaada3c078bf032
parent3aa8636236fb6ea09d9958361bb571690d4f898a
- added alias-argc patch: don't require sentinel in alias argv (argc should be enough)
  fixes invalid read and probable invalid free
- release 3

==5349== Invalid read of size 4
==5349==    at 0x40DAAF2: poptFreeItems (popt.c:1777)
==5349==    by 0x40DABAD: poptFreeContext (popt.c:1794)
==5349==    by 0x80719D5: parse_arguments (options.c:1406)
==5349==    by 0x806938B: main (main.c:1574)
==5349==  Address 0x44c9f0c is 0 bytes after a block of size 4 alloc'd
==5349==    at 0x40335F6: malloc (vg_replace_malloc.c:299)
==5349==    by 0x8065D8B: _new_array (util2.c:68)
==5349==    by 0x80714C0: popt_unalias (options.c:1313)
==5349==    by 0x8071649: parse_arguments (options.c:1360)
==5349==    by 0x806938B: main (main.c:1574)
popt-alias-argc.patch [new file with mode: 0644]
popt.spec
This page took 0.553377 seconds and 4 git commands to generate.