libkmod: fix possible double free with wrong modules.builtin.modinfo
[platform/upstream/kmod.git] / shared /
2020-12-28 Lucas De Marchishared: fix UNIQ definition
2020-09-11 Torge Matthiesadd Zstandard compression support
2017-06-05 Thomas Petazzonishared/util.c: assert_cc() can only be used inside...
2016-11-11 Yauheni Kaliutashared: make scratchbuf_str static
2016-08-15 Lucas De MarchiAdd scratchbuf implementation
2016-08-10 Lucas De Marchiutil: fix warning of equal values on logical OR
2015-03-24 Lucas De Marchiutil: use UINT64_MAX
2015-02-26 Lucas De Marchishared: avoid checking for __STDC_VERSION__
2015-02-10 Lucas De Marchishared: add helper function to add and check for overflow
2015-01-21 Caio Marcelo de... util: remove dead code in freadline_wrapped
2015-01-14 Lucas De Marchishared: add STRINGFY macro
2015-01-02 Lucas De MarchiFix includes after change to build-sys
2014-12-26 Lucas De MarchiRemove FSF mailing address
2014-11-17 Natanael Copautil: fix build on systems missing strndupa
2014-10-17 Lucas De Marchistrbuf: make strbuf_pushchars() a little less dumb
2014-10-17 Lucas De Marchistrbuf: do not calculate next step in size on all calls
2014-10-17 Lucas De Marchistrbuf: reduce default buffer size
2014-10-11 Lucas De Marchishared: rename prefixes of strbuf functions
2014-10-11 Lucas De MarchiMove strbuf implementation to shared/
2014-10-09 Lucas De Marchitestsuite: remove now unused array of tests
2014-10-09 Lucas De MarchiChange parameter from int to char
2014-10-09 Lucas De MarchiLog error on failed underscores(), moving it to shared/
2014-10-09 Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-09 Lucas De MarchiMove alias_normalize() to shared
2014-10-03 Lucas De MarchiRename getline_wrapped() to freadline_wrapped()
2014-10-03 Lucas De MarchiReorder and reorganize header files
2014-10-03 Lucas De MarchiMove hash implementation to shared directory
2014-10-03 Lucas De MarchiMove array implementation to shared directory
2014-10-03 Lucas De MarchiMove generic util functions to shared directory
2014-10-03 Lucas De MarchiMove missing.h to shared directory
2014-10-03 Lucas De MarchiMove macro.h to shared directory