Conversation
|
don't merge this quite yet, I just saw something I need to fix |
|
@mcrossen thanks for all your work on this! I didn't change any of the original code because I didn't want to unknowingly introduce any differences in the assembler output or in the overall behavior of the system (i.e., for grading). What do you think? |
109d987 to
c610b2d
Compare
|
@plusk01 That's a good point. As of today, your repo is the official 425 source (see the class webpage), so its smart to be careful about what gets added. |
This fixes quite a few compiler warnings. A lot of them were improper use of the format string in printf functions... which is actually a security risk (https://stackoverflow.com/questions/7459630/how-can-a-format-string-vulnerability-be-exploited)