LIN | Secure Coding In C (2019 EN)

Discussion in 'Programming' started by Kanka, Nov 28, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Company: Linkedin Learning
    Author: Dan Gookin
    Full Title: Secure Coding In C
    Year: 2019
    Language: English
    Genre: Educational: Programming
    Skill Level: Advanced
    Price: €30.00
    -
    Files: MP4 (+ Exercise Files, Subtitles .SRT)
    Time: 01:19:01
    Video: AVC, 1280 x 720 (1.778) at 30.000 fps, 200 kbps
    Audio: AAC at 128 Kbps, 2 channels, 48.0 KHz



    C lacks some of the safety valves offered by newer programming languages. But while this midlevel language has its weaknesses, writing safe C code is still possible—it just requires extra vigilance on the part of the developer. In this course, instructor Dan Gookin explains how to identify and code around weaknesses in the C programming language to write more secure programs. Many exploits are known regarding C code; this course reviews each one, explaining the vulnerabilities and how to deal with them. Major areas covered include undefined behavior, avoiding awkward constructions, validating input, managing strings, and working with pointers.


    Topics include:
    01. The weaknesses of the C language
    02. Using an assignment as a condition
    03. Avoiding putchar() in a while loop
    04. Confirming when EOF has been read
    05. Authenticating numeric input
    06. Filtering string input
    07. Avoiding bad string assignment
    08. Storing passwords and codes
    09. Clearing data after use
    10. Issues with pointers


    -------------