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