Commit Graph

  • 0808bb0ece
    Merge 0bcd7036ba into 121ab150b3 Pavel P 2025-01-18 18:27:42 +0000
  • 0bcd7036ba Add support for MS compiler as a C preprocessor Pavel P 2024-03-28 23:00:18 +0200
  • d191e8bfcc
    Merge 315a9cfe33 into 121ab150b3 Pavel P 2025-01-18 18:22:58 +0000
  • 315a9cfe33 Fix buffer size check in cpp-preproc.c when reading lines with fgets Pavel P 2024-03-28 22:47:30 +0200
  • 2097612e1f
    Merge 5e9d314445 into 121ab150b3 shua 2024-11-18 10:35:23 +0000
  • 8054b6a1ef
    Merge 04c2f7a09d into 121ab150b3 Peter Meerwald-Stadler 2024-10-03 19:06:48 -0400
  • 6e6b0df3b8
    Merge 46e5e347d9 into 121ab150b3 Falei LUO 2024-09-07 21:38:00 -0500
  • 35be69aaaa
    Merge 91731ee967 into 121ab150b3 Alexei 2024-08-07 14:56:57 -0300
  • 0b3483a74e
    Merge 48b5125f2c into 121ab150b3 haruki3hhh 2024-07-17 16:40:55 -0500
  • 48b5125f2c Fix heap-buffer-overflow in expand_mmac_params haruki3hhh 2024-07-17 21:38:13 +0000
  • 411c13238c
    Merge 65e91e16d1 into 121ab150b3 Jérémie Courrèges-Anglas 2024-07-10 18:48:15 +0800
  • 5518f21021
    Merge b2bc65b363 into 121ab150b3 Tomasz Kłoczko 2024-07-09 14:42:14 +0300
  • 15cb81d80e
    Merge d655a76b8f into 121ab150b3 ArchanaWind 2024-06-27 11:08:03 +0200
  • 407202c1d6
    Merge 25547a595d into 121ab150b3 Peter Johnson 2024-06-27 10:59:05 +0200
  • 96f15b85a5
    Merge a5091ab18e into 121ab150b3 ashamedbit 2024-06-25 09:57:47 -0700
  • d63cbbc99d
    Merge eeee94bfd6 into 121ab150b3 ashamedbit 2024-06-25 16:00:47 +0800
  • 121ab150b3
    Fix null pointer dereference in yasm_section_bcs_append (#263) master haruki3hhh 2024-06-24 18:08:27 -0500
  • 65e91e16d1 Add support for endbr32/endbr64 (#156) jca 2024-02-27 00:34:08 +0100
  • 1dd6b99526 Add support for four bytes instructions jca 2024-02-27 00:32:38 +0100
  • a5091ab18e
    Fix memory leak in nasm-parse.c ashamedbit 2024-02-08 01:02:06 -0500
  • eeee94bfd6
    Fix memory leak in nasm-pp.c ashamedbit 2024-02-08 00:21:40 -0500
  • 1561666404
    Update section.c haruki3hhh 2024-01-30 14:56:25 -0600
  • 29f6e44114 Fix null-pointer-dereference in yasm_section_bcs_append haruki3hhh 2024-01-30 13:02:03 -0600
  • b2bc65b363 autoconf +2.70 updates Tomasz Kłoczko 2024-01-21 14:37:38 +0000
  • 0680d718d9
    Merge f7486a5b9c into 9defefae9f Qian Hong 2023-09-28 01:16:45 +0800
  • 9defefae9f
    Fix null-pointer-dereference in yasm_expr_get_intnum (#244) dataisland 2023-09-22 00:21:20 -0500
  • ecb47f1c87
    Fix handle_dot_label heap-out-of-bound (#243) dataisland 2023-09-22 00:21:10 -0500
  • 84be2ee6c3
    Fix use-after-free in yasm_intnum_destroy (#242) dataisland 2023-09-22 00:20:58 -0500
  • 1f63a45d24
    Fix misleading indentation (#132) Kent Ross 2023-09-21 22:05:25 -0700
  • 0dfac4d4da
    Fix nullptr deref in yasm_expr__copy_except (#241) dataisland 2023-09-22 00:04:21 -0500
  • 721134a8ae
    Fix memory leak if masm mode enabled in parsers (#239) Andrei Karas 2023-09-22 08:04:09 +0300
  • 48ced849ed Fix null-pointer-dereference in yasm_expr_get_intnum dataisland 2023-09-15 18:20:49 +0000
  • e4bd4c3fee Fix handle_dot_label heap-out-of-bound dataisland 2023-09-15 17:53:30 +0000
  • af38f14fb7 Fix use-after-free in yasm_intnum_destroy dataisland 2023-09-15 14:50:49 +0000
  • bf2724aac6 Fix nullptr deref in yasm_expr__copy_except dataisland 2023-09-15 05:01:47 +0000
  • dfc1c9e841
    Fix access field adress on null pointer in x86bc.c (#238) Andrei Karas 2023-09-13 01:21:23 +0300
  • 0ac1b0a66d
    Fix memory leak if masm mode enabled in parsers Andrei Karas 2023-06-20 03:16:33 +0300
  • fc2032eab2
    Fix access field adress on null pointer in x86bc.c Andrei Karas 2023-06-20 03:09:36 +0300
  • 2cd3bb50e2
    elf.c: Fix NULL deref on bad xsize expression (#234) Peter Johnson 2023-06-30 08:08:55 -0700
  • 8a9af472a7
    elf.c: Fix NULL deref on bad xsize expression Peter Johnson 2023-06-29 22:21:06 -0700
  • 4dc8c3bf03
    Add support for NASM %warning preprocessor directive (#232) PoroCYon 2023-06-18 06:44:01 +0000
  • ddbebe5a8c Add support for NASM %warning preprocessor directive PoroCYon 2023-06-17 19:25:35 +0200
  • b2cc5a1693
    Fix memory leak in bin-objfmt (#231) Katsuhiko Gondow 2023-06-13 05:00:47 +0900
  • 168febbc15 fix issue #210 K. Gondow 2023-06-10 06:03:05 +0900
  • 91731ee967 A few words to INSTALL Alexei Kharchev 2023-05-28 08:21:02 +0800
  • 02176f570e Changed README Alexei Kharchev 2023-05-28 08:09:55 +0800
  • f79f5e37f0
    Fix function declaration warnings with clang (#226) Biswapriyo Nath 2023-05-18 03:53:32 +0530
  • ec6b772ce5 Fix function declaration warnings with clang Biswapriyo Nath 2023-05-18 01:40:44 +0530
  • 22da04ee0d
    CI: update GitHub Actions version (#225) Biswapriyo Nath 2023-05-18 00:37:24 +0530
  • 110e0fbce5 CI: update GitHub Actions version Biswapriyo Nath 2023-05-15 01:34:56 +0530
  • 01d881e021
    Merge bc8792b5be into e69fba2db0 Денис 2023-05-14 11:03:16 -0700
  • e69fba2db0
    Fix missing yasm_xfree function declaration (#224) Biswapriyo Nath 2023-05-14 23:33:04 +0530
  • f712e6851c Fix missing yasm_xfree function declaration Biswapriyo Nath 2023-05-14 01:42:41 +0530
  • 811f24d0bf
    GAS preprocessor: don't cut comments inside of string literals. (#81) Ulya Trofimovich 2023-05-13 05:23:13 +0100
  • 241bf4c42c
    More makedep features (#80) bird2tori 2023-05-13 06:22:36 +0200
  • 120873ff92
    Merge branch 'master' into more-makedep-features Peter Johnson 2023-05-12 21:22:09 -0700
  • 563a03be81
    libyasm/section.c: support gas .private_extern directive (#138) mackyle 2023-05-13 04:20:12 +0000
  • 8b6c7b237c
    Fix allocator mismatch (#107) Duncan Ogilvie 2023-05-13 06:19:37 +0200
  • e9badc5a77
    Python 2 to 3 migration - m4 folder (#144) Scott Furry 2023-05-12 22:18:39 -0600
  • 8a87860db7
    Enable AES on westmere (#97) Kaz Wesley 2023-05-12 21:18:15 -0700
  • f2f9f157df
    Allow sha256rnds2 to have memory as 2nd operand (#108) Peter Meerwald-Stadler 2023-05-13 06:17:09 +0200
  • 468014643d
    Added missing config vars to config.h.cmake. (#160) James Touton 2023-05-12 21:16:49 -0700
  • 3bbfd9d8f9
    Fix 128-bit variant of VPBLENDVB incorrectly marked as AVX2 instead of AVX (#112) squidcc 2023-05-13 14:16:26 +1000
  • 0799f381d5
    Update elf-objfmt.c (#148) kalebskeithley 2023-05-13 00:15:02 -0400
  • ce56a6f924
    Fix test failure introduced in 51af4082cc (#145) Matthieu Darbois 2023-05-13 06:14:32 +0200
  • 529c14bfdc
    Fix badly freed pointer on indented code block after rept (#189) Fighter19 2023-05-13 06:13:44 +0200
  • fa9e004383
    gas preproc: Fix UB/crashes (#186) cryptobro 2023-05-13 07:12:54 +0300
  • 93a960bc7d
    Fix memleak of codeview leaf (#114) Peter Meerwald-Stadler 2023-05-13 06:10:17 +0200
  • bfe1bc257d
    Add EM for loongarch (#192) liuxiang88 2023-05-13 12:08:50 +0800
  • 61e374f247
    Remove __DATE__ from version strings (#198) Ismo Puustinen 2023-05-13 07:07:35 +0300
  • a277a590f0
    Fix detecting Windows platform (#204) Biswapriyo Nath 2023-05-13 09:36:53 +0530
  • 05a52bab75
    Introduce a security policy and add text to the README (#223) Siddhesh Poyarekar 2023-05-13 00:06:18 -0400
  • 9af66c71ca Add a SECURITY.md Siddhesh Poyarekar 2023-04-27 09:11:52 -0400
  • fdcb46434c Populate README with the description in the website Siddhesh Poyarekar 2023-04-27 07:44:23 -0400
  • d655a76b8f Fix memory leak in parse_instr Archana Polampalli 2022-11-03 17:13:14 +0800
  • c8bc5aa785 Fix detecting Windows platform Biswapriyo Nath 2022-12-09 15:34:27 +0530
  • 101bca9ca8
    Add vcpkg installation instructions (#200) MonicaLiu 2022-09-15 07:38:24 +0800
  • 54b5417147 Add vcpkg installation instructions Monica 2022-09-14 18:51:36 +0800
  • 7d2627a585 Remove __DATE__ from version strings. Ismo Puustinen 2022-08-02 10:33:40 +0300
  • ffbd22cdc9 Merge branch 'master' of https://github.com/yasm/yasm Brian Gladman 2022-01-27 16:26:06 +0000
  • 9d02e0f49d Update Visual Studio build to Visual STudio 2022 Brian Gladman 2022-01-27 16:25:55 +0000
  • b36b1c6ae2 Add EM for loongarch. liuxiang88 2021-11-16 19:32:55 +0800
  • 1e2f6a1545 Fix badly freed pointer on indented code block after rept Fighter19 2021-11-01 23:48:26 +0100
  • afbff931d5
    Fix UB/crashes cryptobro 2021-10-12 12:29:10 +0300
  • bc8792b5be Merge branch 'pr/160' Денис 2021-07-28 23:29:10 +0700
  • 8852f0459e Merge branch 'revert-179-add-github-ci' Денис 2021-07-28 23:26:49 +0700
  • 96ec294f54 Revert "Add GitHub CI build workflow (#179)" Денис 2021-07-28 22:07:46 +0700
  • c0821d016e
    Create c-cpp.yml Денис 2021-07-28 22:07:16 +0700
  • 79cf253e8a Initial commit Денис 2021-07-28 21:16:06 +0700
  • c94ef77296 libyasm/section.c: support gas .private_extern directive Kyle J. McKay 2019-10-09 19:28:11 -0700
  • 41762bead1
    Update Mach-O for newer macOS (#180) Peter Johnson 2021-07-10 14:12:45 -0500
  • 75a5c25f12
    Change default versions to 10.4 on x86 and 10.5 on x64 Peter Johnson 2021-07-10 09:53:41 -0700
  • 177ba6bb6c
    Update test output Peter Johnson 2021-07-09 14:47:35 -0700
  • 76d8e25f5f
    Add test for [buildversion] Peter Johnson 2021-07-09 14:47:01 -0700
  • b56f2a778d
    macho: Add [buildversion] directive Peter Johnson 2021-07-09 12:54:58 -0700
  • f0c160c928
    macho: Create a dummy .llvmasm section for bitcode Peter Johnson 2021-07-08 07:41:51 -0700
  • d938d97505
    Add GitHub CI build workflow (#179) Peter Johnson 2021-07-09 16:49:16 -0500
  • b9a2da05a9
    Install autotools on Mac Peter Johnson 2021-07-09 13:43:48 -0700
  • b89be21e14
    Add CI build workflow Peter Johnson 2021-07-09 13:32:55 -0700
  • 3e74376b56
    Do not use AC_HEADER_STDC (#178) Peter Johnson 2021-07-09 16:02:37 -0500