Uninitialized Uses in Systems C++ Programming: The Bytes Before the C++ Types - JF Bastien

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 มิ.ย. 2024
  • The Online C++ Conference - cpponline.uk/ -- @cpponlineconf
    ---
    Keynote: Uninitialized Uses in C++ Programming: The Bytes Before the C++ Types - JF Bastien - C++Online 2024
    An in-depth exploration of a subtle aspect of systems programming: uninitialized memory. What are in the bytes before a type exists? This talk dives into the complex world of uninitialized variables, unraveling its mysteries and practical implications. We’ll discuss software security with concrete examples of security vulnerabilities such as information leaks, attacker-controlled values, and use-after-free; performance impact is then explained in-depth; finally, we’ll present mitigations and best practices. The talk delves into memory management on the stack and heap memory, explaining how uninitialized memory issues manifest in each.
    Slides: github.com/CppOnlineConferenc...
    ---
    JF Bastien
    JF is a distinguished engineer at Woven by Toyota. He chairs the evolution of the C++ programming language. JF has worked on a variety of compilers for a variety of programming languages, implementing language features, improving performance / security / safety, targeting novel architectures, and other fun things. See jfbastien.com
    ---
    Streamed & Edited by Digital Medium Ltd - online.digital-medium.co.uk
    ---
    C++Online - The Online C++ Conference organized by Shaved Yaks: shavedyaks.com/ & Digital Medium: events.digital-medium.co.uk
    ---
    #cpp #cplusplus #cpponline #programming #cppprogramming
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @konstantinrebrov675
    @konstantinrebrov675 หลายเดือนก่อน +10

    I like this very unique and interesting presentation format. Very nice, much appreciated.

  • @dadisuperman3472
    @dadisuperman3472 หลายเดือนก่อน +5

    The best talk ever.
    Detailed explanation where it should be detailed and short when it needs to be short.
    10/10.
    In a couple of years this talk will be a sensation.
    Bravo.

    • @CppOnline
      @CppOnline  หลายเดือนก่อน +1

      Your comments are much appreciated, thank you so much!

  • @chturne
    @chturne หลายเดือนก่อน +5

    Brilliant talk, thank you very much for sharing. Great production quality, learned loads of interesting stuff, and I'm inspired to to learn more. Very nice gilet as well!

  • @Bourg
    @Bourg หลายเดือนก่อน +9

    The other talk I mentioned:
    th-cam.com/video/dFIqNZ8VbRY/w-d-xo.html
    The font is Berkeley Mono.
    The animations are all done in Keynote.

    • @anandmoon5701
      @anandmoon5701 หลายเดือนก่อน +1

      Thats gem of a talk.

  • @leemack4562
    @leemack4562 28 วันที่ผ่านมา +1

    sublime presentation, one of the best i've seen for a long time

  • @wiseskeshom4673
    @wiseskeshom4673 หลายเดือนก่อน +1

    Thank you so much for sharing this great stuff.

  • @wsollers1
    @wsollers1 หลายเดือนก่อน +2

    Even though i knew the topic well, this was a great video and i shared it with my son for his enrichment.

  • @michaelfabrizio2956
    @michaelfabrizio2956 หลายเดือนก่อน +2

    Extremely helpful, thank you.

  • @KeithKazamaFlick
    @KeithKazamaFlick หลายเดือนก่อน +1

    peace to all my coding brothers

  • @CTimmerman
    @CTimmerman 29 วันที่ผ่านมา

    Just have the OS or some security service clear data after an app closes.

  • @markusdd5
    @markusdd5 29 วันที่ผ่านมา

    That is a pretty long-winded way of saying: uninitialized memory contains garbage and freed memory might still expose your old data.

    • @jewulo
      @jewulo 16 วันที่ผ่านมา +1

      Sure. Thanks. But not everyone has your knowledge. Everybody is coming from a different knowledge base and understanding. We all pick up knowledge at different times and from different people. The more sources the better.🙄