Skip to content

Commit

Permalink
Add: daily report
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang71 committed Jul 3, 2024
1 parent b1d76d3 commit 77f0e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/daily.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Wed 7/03/2024
1. Create and run simple vtable testcase
2. Now printf (hello-world example) is fully functional. The problem with the vtables was due to the developers explicitly placing all libio vtables into the relro section in ELF. The solution is simple: we removed `attribute_relro` from /glibc/libio/vtables.c:92.

## Tue 7/02/2024
1. The previous printf infinite loop error has been fixed by re-implementing BYTE_COPY_FWD and BYTE_COPY_BWD in c (/glibc/sysdeps/i386/memcopy.h)
Expand Down

0 comments on commit 77f0e35

Please sign in to comment.