summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-03-16lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2017-02-23mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin1-1/+6
2017-02-23lib/genalloc.c: start search from start of chunkDaniel Mentz1-1/+2
2016-11-20lib/mpi: mpi_read_raw_data(): fix nbits calculationNicolai Stange1-1/+1
2016-08-23dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä1-1/+1
2016-06-15KEYS: Fix ASN.1 indefinite length object parsingDavid Howells1-7/+9
2016-06-15lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra1-9/+12
2016-06-15assoc_array: don't call compare_object() on a nodeJerome Marchand1-1/+3
2016-03-24lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk1-7/+7
2016-03-24lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+62
2016-02-25klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2016-02-25dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-16ASN.1: Fix non-match detection failure on data overrunDavid Howells1-3/+2
2016-02-02crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-0/+1
2016-02-02dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2016-01-25dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2015-12-13devres: fix a for loop bounds checkDan Carpenter1-1/+1
2015-07-15lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa1-1/+11
2015-07-15LZ4 : fix the data abort issueJeHyeon Yeon1-0/+3
2015-07-15__bitmap_parselist: fix bug in empty string handlingChris Metcalf1-8/+9
2015-06-11lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara1-1/+2
2015-05-06lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security1-1/+1
2015-02-10lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan1-9/+9
2015-02-10lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan1-2/+10
2015-02-04decompress_bunzip2: off by one in get_next_block()Dan Carpenter1-1/+1
2014-11-13lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara1-2/+6
2014-11-05random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-0/+16
2014-10-30lzo: check for length overrun in variable length encoding.Willy Tarreau1-6/+37
2014-10-30Revert "lzo: properly check for overruns"Willy Tarreau1-41/+21
2014-09-17KEYS: Fix termination condition in assoc array garbage collectionDavid Howells1-1/+3
2014-09-17KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-07-04lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman1-1/+5
2014-07-03lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai1-1/+1
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+55
2014-06-28Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2014-06-28Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-10/+18
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin1-0/+55
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman1-1/+3
2014-06-24Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-21/+43
2014-06-24lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang1-2/+2
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman1-0/+2
2014-06-23lzo: properly check for overrunsGreg Kroah-Hartman1-21/+41
2014-06-21swiotlb: don't assume PA 0 is invalidJan Beulich1-10/+18
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-38/+2052
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-2/+22
2014-06-12cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai1-0/+63
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov1-13/+21