Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | Cleanup: move overflow safe alloc code into libsquashfs | David Oberhollenzer | |
There were only a hand full of instances outside libsquashfs that used the alloc code. In most cases, the thing allocated hat its size derived from something already in memory anyway, so it is safe to assume its size fits into a size_t. At the same time, the opencoded Windows path conversion functions are all unified into a single helper function. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-10-07 | Rename libsqfshelper to libcommon | David Oberhollenzer | |
That is IMO less confusing and express what it is (i.e. what it has become) more clearly, i.e. common code shared by the utilities. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |