Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | grub: avoid a NULL pointer dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+34 | |
* | grub: add a fix for a NULL pointer dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+29 | |
* | grub: fix incorrect use of a negative value | Marta Rybczynska | 2022-03-02 | 2 | -0/+51 | |
* | grub: add a fix for an incorrect cast | Marta Rybczynska | 2022-03-02 | 2 | -0/+47 | |
* | grub: add a fix for NULL pointer dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+42 | |
* | grub: add a check for a NULL pointer | Marta Rybczynska | 2022-03-02 | 2 | -0/+43 | |
* | grub: avoid a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+78 | |
* | grub: add a fix for a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+39 | |
* | grub: fix checking for NULL | Marta Rybczynska | 2022-03-02 | 2 | -0/+48 | |
* | grub: remove dead code | Marta Rybczynska | 2022-03-02 | 2 | -0/+35 | |
* | grub: test for malformed jpeg files | Marta Rybczynska | 2022-03-02 | 2 | -0/+39 | |
* | grub: fix a possible integer overflow | Marta Rybczynska | 2022-03-02 | 2 | -0/+40 | |
* | grub: fix multiple integer overflows | Marta Rybczynska | 2022-03-02 | 2 | -0/+105 | |
* | grub: fix an integer overflow | Marta Rybczynska | 2022-03-02 | 2 | -0/+79 | |
* | grub: remove unneeded return value | Marta Rybczynska | 2022-03-02 | 2 | -0/+95 | |
* | grub: fix a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+57 | |
* | grub: add a fix for a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+53 | |
* | grub: add a fix for a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+44 | |
* | grub: add a fix for a possible NULL dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+34 | |
* | grub: add a fix for a possible unintended sign extension | Marta Rybczynska | 2022-03-02 | 2 | -0/+37 | |
* | grub: add a fix for a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+83 | |
* | grub: fix an error check | Marta Rybczynska | 2022-03-02 | 2 | -0/+36 | |
* | grub: add a fix for possible integer overflows | Marta Rybczynska | 2022-03-02 | 2 | -0/+57 | |
* | grub: add a fix for a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+122 | |
* | grub: add a fix for a possible negative shift | Marta Rybczynska | 2022-03-02 | 2 | -0/+43 | |
* | grub: add a fix for a length check | Marta Rybczynska | 2022-03-02 | 2 | -0/+44 | |
* | grub: fix an integer overflow | Marta Rybczynska | 2022-03-02 | 2 | -0/+51 | |
* | grub: fix a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+51 | |
* | grub: fix a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+29 | |
* | grub: fix a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -0/+129 | |
* | grub: add a missing NULL check | Marta Rybczynska | 2022-03-02 | 2 | -0/+44 | |
* | grub: add structure initialization in zstd | Marta Rybczynska | 2022-03-02 | 2 | -0/+35 | |
* | grub: add a fix for unnecessary assignements | Marta Rybczynska | 2022-03-02 | 2 | -0/+42 | |
* | grub: fix an unitialized re_token in gnulib | Marta Rybczynska | 2022-03-02 | 2 | -0/+56 | |
* | grub: add a fix for NULL pointer dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+54 | |
* | grub: add a fix a NULL pointer dereference in gnulib | Marta Rybczynska | 2022-03-02 | 2 | -0/+53 | |
* | grub: fix an unitialized token in gnulib | Marta Rybczynska | 2022-03-02 | 2 | -0/+54 | |
* | grub: add a fix for unused variable in gnulib | Marta Rybczynska | 2022-03-02 | 2 | -0/+60 | |
* | grub: add a fix for a possible NULL pointer dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+66 | |
* | grub: fix memory leak at error in grub_efi_get_filename() | Marta Rybczynska | 2022-03-02 | 2 | -0/+31 | |
* | grub: add a fix for malformed device path handling | Marta Rybczynska | 2022-03-02 | 2 | -0/+236 | |
* | grub: fix wrong handling of argc == 0 | Marta Rybczynska | 2022-03-02 | 2 | -0/+51 | |
* | grub: fix a dangling memory pointer | Marta Rybczynska | 2022-03-02 | 2 | -0/+34 | |
* | grub: add a fix for a possible NULL dereference | Marta Rybczynska | 2022-03-02 | 2 | -0/+40 | |
* | grub: fix a memory leak | Marta Rybczynska | 2022-03-02 | 2 | -1/+41 | |
* | puzzles: Upstream changed to main branch for development | Kartikey Rameshbhai Parmar | 2022-03-02 | 1 | -1/+1 | |
* | ruby: 2.7.4 -> 2.7.5 | Chee Yang Lee | 2022-03-02 | 1 | -2/+2 | |
* | tiff: fix for CVE-2022-22844 | Purushottam Choudhary | 2022-03-02 | 2 | -0/+53 | |
* | openssl: Add fix for CVE-2021-4160 | Ranjitsinh Rathod | 2022-03-02 | 2 | -0/+146 | |
* | vim: Upgrade 8.2.4314 -> 8.2.4424 | Richard Purdie | 2022-02-23 | 1 | -3/+3 |