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

Поділитися
Вставка
  • Опубліковано 16 лип 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

  • @dadisuperman3472
    @dadisuperman3472 24 дні тому +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  22 дні тому +1

      Your comments are much appreciated, thank you so much!

  • @konstantinrebrov675
    @konstantinrebrov675 24 дні тому +10

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

  • @chturne
    @chturne 21 день тому +4

    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 23 дні тому +8

    The other talk I mentioned:
    ua-cam.com/video/dFIqNZ8VbRY/v-deo.html
    The font is Berkeley Mono.
    The animations are all done in Keynote.

  • @leemack4562
    @leemack4562 16 днів тому +1

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

  • @wiseskeshom4673
    @wiseskeshom4673 19 днів тому +1

    Thank you so much for sharing this great stuff.

  • @wsollers1
    @wsollers1 24 дні тому +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 23 дні тому +2

    Extremely helpful, thank you.

  • @KeithKazamaFlick
    @KeithKazamaFlick 21 день тому +1

    peace to all my coding brothers

  • @CTimmerman
    @CTimmerman 17 днів тому

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

  • @markusdd5
    @markusdd5 17 днів тому

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

    • @jewulo
      @jewulo 5 днів тому +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.🙄