aboutsummaryrefslogtreecommitdiff
path: root/lib/bcheck.c
Commit message (Expand)AuthorAgeFilesLines
* tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka2017-07-231-6/+14
* Add support of musl-libcMarc Vertes2017-04-201-1/+1
* makefile: unify cross with native buildsgrischka2017-02-251-1/+1
* Remove warning when __builtin_frame_address is used with gcc >= 6.Christian Jullien2016-11-301-0/+13
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-011-27/+35
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-28/+28
* Trim trailing spaces everywhere.gus knight2015-07-271-28/+28
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-53/+58
* fix installation amd bcheck for Windowsseyko2015-04-101-9/+24
* a small revers for bcheck.o changes (d80593bc4d43)seyko2015-03-301-1/+1
* Fix for Microsoft compilersseyko2015-03-291-1/+1
* fix for the bcheck.o (bug #14958)seyko2015-03-291-13/+59
* make a bound checking more compatible with Windows 64seyko2015-03-261-38/+38
* remove a gcc warning for bcheck on x86_64 arch: conversion to pointer from in...seyko2015-03-031-2/+4
* build: add initial NetBSD support.minux2014-04-121-2/+2
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
* Create bcheck region for argv and arge argumentThomas Preud'homme2014-03-291-0/+7
* add version number to manpageUrs Janssen2013-02-171-2/+2
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-2/+3
* bcheck: there is no unistd.h in win32.Roy2012-12-101-0/+2
* lib/bcheck: Fix code typo in __bound_delete_region()Kirill Smelkov2012-12-091-1/+1
* lib/bcheck: Don't assume heap goes right after bssKirill Smelkov2012-12-091-6/+27
* lib/bcheck: Prevent __bound_local_new / __bound_local_delete from being misco...Kirill Smelkov2012-11-131-15/+1
* lib/bcheck: Prevent libc_malloc/libc_free etc from being miscompiledKirill Smelkov2012-11-131-0/+7
* x86_64: Implement GET_CALLER_FPMichael Matz2012-04-181-0/+8
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-101-2/+4
* win32: enable bounds checker & exception handlergrischka2009-12-191-34/+9
* bcheck: restore malloc hooks when donegrischka2009-07-181-0/+5
* new subdirs: include, lib, testsgrischka2009-04-181-0/+868