summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-05-23x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2019-05-23x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen1-0/+4
2019-05-02assoc_array: Fix shortcut creationDavid Howells1-3/+5
2019-04-04lib/string.c: remove duplicated functionRasmus Villemoes1-17/+10
2019-03-25swiotlb: clean up reportingKees Cook1-10/+8
2018-12-17percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner1-3/+3
2018-10-21string: provide strscpy()Chris Metcalf1-0/+88
2018-03-03509: fix printing uninitialized stack memory when OID is emptyEric Biggers1-2/+6
2018-03-03X.509: fix buffer overflow detection in sprint_oid()Eric Biggers1-4/+4
2018-03-03lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai1-2/+2
2018-03-03ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers1-0/+2
2018-03-03ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers1-19/+24
2018-02-13lib/int_sqrt: optimize small argumentPeter Zijlstra1-0/+3
2018-01-01KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers1-2/+2
2018-01-01KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers1-0/+3
2018-01-01lib/digsig: fix dereference of NULL user_key_payloadEric Biggers1-0/+6
2017-11-11cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-48/+26
2017-11-11assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2017-10-12sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra1-0/+32
2017-09-15lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov1-3/+3
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