dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Double free introduced in r347 #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create *.ipk package in _tar_ (not ar) format.
2. Execute "opkg install <package-in-tar-format.ipk>"
3. Opkg gots SIGABT due to double free (when linked with uClibc). Behaviour
when linked with glibc may be different.

What is the expected output? What do you see instead?
Package should be installed.

What version of the product are you using? On what operating system?
SVN snapshot r496.

Please provide any additional information below.
Attached patch parially reverts commit r347 and fixes the problem.

Original issue reported on code.google.com by kosm...@gmail.com on 17 Dec 2009 at 8:57

Attachments:

GoogleCodeExporter commented 8 years ago
Applied as r503. Thanks!

Are you using a custom system, or are there still many users of tar formatted 
ipks?

Original comment by graham.g...@gmail.com on 19 Dec 2009 at 12:07