Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 27, 2023
1 parent 3b4c53b commit 70f5513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .spelling-wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ LWIP
Lystig
macOS
Makefile
mallocs
Malmö
Maloney
Malthe
Expand Down Expand Up @@ -483,6 +484,7 @@ untracked
upvote
UX
valbytes
Valgrind
vararg
varargs
Vassilvk
Expand Down
2 changes: 1 addition & 1 deletion content/blog/last-week-in-pony-082723.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The first half was a discussion between Red and Sean about some slightly esoteri

The second half was Dipin and Sean working with Victor to give advice helping track down a segfault in the C code he has written for his in-progress Pony QUIC library. We covered lots of stuff including some basics of the area where the problems are, a locking at his locking strategy, a quick look at some mallocs, and a quick look at his queue implementation. All looked ok at first glance but Sean suspects the bug(s) will be found in one of those.

We ended with Dipin taking Victor through a quick tour of using memory address sanitizers and tools like valgrind that help you track down memory issues in C code.
We ended with Dipin taking Victor through a quick tour of using memory address sanitizers and tools like Valgrind that help you track down memory issues in C code.

If you'd be interested in attending an Office Hours in the future, you should join some time, there's a [calendar you can subscribe to](https://calendar.google.com/calendar/ical/4465e68ae24131ae00461a40893f2637a2c9ac510e311a44ff78680e2f183ce3%40group.calendar.google.com/public/basic.ics) to stay up-to-date with the schedule. We do our best to keep the calendar up-to-date.

Expand Down

0 comments on commit 70f5513

Please sign in to comment.