index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
romcc
Age
Commit message (
Expand
)
Author
2019-07-10
util/romcc: Correct format specifiers
Jacob Garber
2019-05-23
util/romcc: Add extra null pointer check
Jacob Garber
2019-05-23
util/romcc: Fix memory leak
Jacob Garber
2019-05-23
util/romcc: Add null check for filename
Jacob Garber
2019-05-23
util/romcc: Add extra NULL checks for member
Jacob Garber
2019-05-22
util/romcc: Prevent out-of-bounds read
Jacob Garber
2019-05-21
util/romcc: Fix parsing of empty string literal
Jacob Garber
2019-05-21
util/romcc: Free variable after it is used
Jacob Garber
2019-05-21
util/romcc: Use 64 bit integers when shifting
Jacob Garber
2019-05-20
util: Fix typo on plural form of index
Elyes HAOUAS
2019-05-07
{src,util}: Remove duplicated includes
Elyes HAOUAS
2018-11-28
romcc: Increase buffer size to fit max string size
Martin Roth
2018-08-28
util/romcc: Fix typos
Elyes HAOUAS
2018-07-26
util: Add description.md to each util
Tom Hiller
2018-06-14
src: Get rid of unneeded whitespace
Elyes HAOUAS
2017-09-27
smbus: Fix a typo ("Set the device I'm talking too")
Jonathan Neuschäfer
2017-02-10
util/romcc: Don't reference a variable after checking it for NULL
Patrick Georgi
2017-01-06
util/romcc: avoid shifting more than the variable's width
Patrick Georgi
2017-01-03
util/romcc: remove dead assignments
Patrick Georgi
2017-01-03
util/romcc: Ensure that bit shift is valid
Patrick Georgi
2017-01-03
util/romcc: avoid leaking a type
Patrick Georgi
2017-01-03
util/romcc: avoid dereferencing NULL pointer
Patrick Georgi
2017-01-03
util/romcc: free variable after use
Patrick Georgi
2016-12-16
util/romcc: Don't read 'member' if it might be NULL
Patrick Georgi
2016-12-16
util/romcc: remove self-assignment
Patrick Georgi
2016-12-16
util/romcc: Move access after NULL-check
Patrick Georgi
2016-12-16
util/romcc: Fix resource leak
Patrick Georgi
2016-05-01
romcc.1: Point bug reporters to the coreboot ML / bug tracker
Jonathan Neuschäfer
2016-04-14
romcc: Remove old test infrastructure, rework Makefile
Jonathan Neuschäfer
2016-04-13
romcc: Rewrite the test system
Jonathan Neuschäfer
2016-04-13
romcc: Use UNIX line endings in linux tests
Jonathan Neuschäfer
2016-04-13
romcc: Increase base address in linux ld script
Jonathan Neuschäfer
2015-11-19
romcc: Allow adding non-existent paths to include path
Stefan Reinauer
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2014-09-06
romcc: avoid use-after-free
Patrick Georgi
2014-08-12
util: replace fseek/ftell/rewind with fstat
Patrick Georgi
2014-08-10
romcc: properly check out-of-range unsigned longs
Patrick Georgi
2014-03-17
romcc.c: Fixes warning about unused function from unused macros.
Edward O'Callaghan
2014-03-08
utils/romcc.c: Fix spurious unsigned integer comparisons.
Edward O'Callaghan
2013-11-16
romcc: Fix off-by-one
Patrick Georgi
2013-05-10
romcc: support attribute((packed))
Stefan Reinauer
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-19
romcc: Don't fail on function prototypes
Patrick Georgi
2012-06-22
ROMCC: fix unused attribute lookup
Sven Schnelle
2012-06-22
Teach romcc about attribute((unused))
Stefan Reinauer
2012-03-31
Enable -Werror for romcc
Stefan Reinauer
2012-02-07
romcc: kill gcc warnings and .gitignore generated files
Bernhard Urban
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-03
Add noreturn attribute to die() in romcc.
Stefan Reinauer
[next]